clientSideDescriptor

Class: com.microstrategy.web.app.taglibs.ClientSideDescriptorTag

Usage:

Obtains the contents to render based on the attributes defined (if existing). It outputs javascript in the form of <script language="JavaScript">microstrategy.descriptors.addDescriptors("id1|value1;id2|value2;id3|value3")</script>
For example:
<web:clientSideDescriptor IDs="id1,id2,id3" runat="server" />

Name Required? Description
IDs true Method for settting the Id
prefix false Method for settting the prefix. It is not set, the default prefix "mstrWeb." is used.
runat true Indicates that the ASP.Net control should be processed on the server